Min-Se and Min-Expires

An example of the header is shown below:

Min-SE: 3600
Min-Expires: 60

The header properties are shown in the following table:

Header Level Action

Add

Delete

Modify

List Entries

Operations Supported

Yes

Yes

Yes

N/A

Keyword

Sub Types

Attributes

Param

Param

Read/Write

Time

Integer

Read/Write

Below are header manipulation examples:

Example 1

Rule:

Add a Min-Se header to the message using a value of 50:

Message Type: Any
Action Subject: header.min-se
Action Type: Add
Action Value: '50'

Result:

Min-SE: 50

Example 2

Rule:

Modify a Min-Expires header with the min-expires value and add an additional 0:

Message Type: Invite
Action Subject: header.Min-Expires.param
Action Type: Modify
Action Value: header.Min-Expires.time + '0'

Result:

Min-Expires: 340;3400

Example 3

Rule:

Modify a Min-Expires header changing the time to 700:

Message Type: Invite
Action Subject: header.Min-Expires.time
Action Type: Modify
Action Value: '700'

Result:

Min-Expires: 700